MAX_REASONABLE_WEIGHT

const val MAX_REASONABLE_WEIGHT: Double = 1.0E10(source)

The maximum weight that should reasonably be used. If there is no maximum, then it can sometimes return Double.POSITIVE_INFINITY, which is very unwanted.